mir: gdk_mir_window_impl_set_surface_type
authorWilliam Hua <william.hua@canonical.com>
Thu, 21 May 2015 14:41:42 +0000 (09:41 -0500)
committerWilliam Hua <william.hua@canonical.com>
Tue, 2 Jun 2015 19:14:27 +0000 (15:14 -0400)
gdk/mir/gdkmirwindowimpl.c

index d8861a124f11ccc03eff2cdb36b99ab1eeed51c7..d150d3ef05e257a63df86a5dda7deaed169ab7eb 100644 (file)
@@ -99,6 +99,12 @@ _gdk_mir_window_impl_set_surface_state (GdkMirWindowImpl *impl, MirSurfaceState
   impl->surface_state = state;
 }
 
+void
+_gdk_mir_window_impl_set_surface_type (GdkMirWindowImpl *impl,
+                                       MirSurfaceType    type)
+{
+}
+
 void
 _gdk_mir_window_impl_set_cursor_state (GdkMirWindowImpl *impl,
                                        gdouble x,